@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,700;0,800;1,300;1,600;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,800;0,900;1,400&display=swap');

/* Colors Used

Golden: #c18e19

Blue: #284f8c


*/
html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
p,
a {
    font-family: 'Rubik', sans-serif;
    word-spacing: 1.2;
}

.s {
    padding: 50px 0px;
}

a:hover {
    text-decoration: none !important;
    color: #c18e19;
}

.custom-text {
    color: #c18e19;
}

img#achievement {
    height: 70px;
}

.custom-background {
    background-image: url(../../assets/img/graphic4.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.custom-text2 {
    color: #284f8c;
}

.giant {
    font-size: 2rem;
}

.medium {
    font-size: 1.3rem;
}

.section-padding {
    padding: 45px 0;
}

.giant-padding {
    padding-top: 180px;
    padding-bottom: 100px;
}

.navbar {
    height: 120px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar.scrolled {
    background-color: #fff;
    height: 120px;

}

.navbar.scrolled button.btn.custom-btn a {
    color: #fff;
}

.navbar-nav>li.active>a {
    color: #c18e19;
}

.navbar.scrolled a {
    color: #333;
}

a.dropdown-item {
    color: #333 !important;


}

img.logo {
    height: 70px;
    transition: 300ms all;
}

.navbar-toggler-icon {
    color: #284f8c !important;
}

.offcanvas li {
    line-height: 2;
}

.offcanvas-body .navbar-nav a {
    color: #333;
}

.navbar a {
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 1rem;
    font-weight: 600;
    margin-right: 10px;
    color: #333;
    text-decoration: none;
    position: relative;
}

.navbar-toggler-icon {
    color: #fff;
}

.navbar a:hover {
    color: #333 !important;
}

.navbar.scrolled a:hover {
    color: #fff;
}

.navbar.scrolled img.logo {
    height: 60px;
}

.navbar.scrolled {
    height: 90px;
}

.nav-link:hover {
    color: #fff !important;
}

.nav-link:focus {
    color: #284f8c !important;
}


a.dropdown-item:focus {
    background-color: #fff;
}


.navbar.scrolled a:hover {
    color: #333;
}

.navbar.scrolled a.custom-btn:hover {
    color: #fff !important;
}


.slider img {
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
}

/* change transition duration to control the speed of fade effect */
.carousel-item {
    transition: transform 1.6s ease-in-out !important;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: opacity 0s 1.6s !important;
}

.carousel-indicators [data-bs-target] {

    background-color: #284f8c !important;
}

.carousel-indicators .active {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    position: relative;
    top: -5px;
    margin-right: 10px !important;
    margin-left: 10px !important;

}



a.custom-btn {
    background-color: #c18e19;
    box-shadow: 5px 5px #fff, 10px 10px #284f8c, 15px 15px #c18e19;

}

a.custom-btn2,
.custom-btn2 {
    background-color: #284f8c;
    color: #fff;
    padding: 10px 11px !important;
    border: 0;

}

.navbar.scrolled a.custom-btn2 {
    color: #fff;
}

a.custom-btn2 {
    background-color: #284f8c;
    color: #fff;
    border-radius: 25px;
    padding: 15px 20px !important;
}

a.custom-btn2:hover,
a.custom-btn:hover {
    color: #fff !important;

}

.main-content {
    position: absolute;
    top: 40%;
    right: 7%;
}

.main-content2 {
    position: absolute;
    top: 40%;
    left: 7%;
}

@media only screen and (max-width: 600px) {
    .main-content {
        top: 30%;
    }

    .main-content2 {
        top: 30%;
    }

}

.training-img-content {
    position: absolute;
    top: 90px;
    left: 20px;
    background-color: rgb(255, 255, 255);
    animation: float 3s infinite;
}


@keyframes float {
    0% {
        transform: translate(0, 10px);
    }

    50% {
        transform: translate(0, 35px);
    }

    100% {
        transform: translate(0, 20px);
    }
}


@keyframes float2 {
    0% {
        transform: translate(10px, 10px);
    }

    50% {
        transform: translate(10px, 20px);
    }

    100% {
        transform: translate(10px, 10px);
    }
}


.study-abroad i {
    font-size: 2.5rem;
    border: 2px solid #3b5999;
    background-color: #fff;
}

.services i {
    font-size: 3rem;

}

.provided-services .owl-theme .owl-nav {
    display: none;
}

.provided-services .card,
.services-page .card {
    height: 500px !important;
}

.owl-theme .owl-dots .owl-dot {
    margin-top: 25px;
}

.carousel-control-next,
.carousel-control-prev {
    display: none !important;
}

.ceo p,
.manager p {
    text-align: justify;
}

.testimonials i.quote-icon {
    animation: float2 3s infinite;
    display: flex;
}

.testimonials img {
    height: 150px;
    width: 150px !important;
}

/* Testimonials */
.btns {
    display: table;
    margin: 30px auto;
}

.customNextBtn,
.customPreviousBtn {
    float: right;
    background: #284f8c;
    color: #fff;
    padding: 10px;
    margin-left: 5px;
    cursor: pointer;
    display: none;
}

.footer {
    background-color: #284f8c;
}

.footer .socials a:hover {
    color: #c18e19 !important;
}


.footer p,
.footer .links a {
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;

}

.footer .links a:hover, .footer p:hover {
    color: #ddd;

}

.footer-style {
    text-decoration: none;
    color: #fff;
}

/* Social Media Icons */

.social-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 15px;
}

.social-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    width: 50px;
    height: 50px;
    text-decoration: none;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    border: 2px solid #0072c6;
}

.social-button::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-radius: 100%;
    transition: 0.3s;
}

.social-button:focus,
.social-button:hover {
    color: #fff;
}

.social-button:focus::after,
.social-button:hover::after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin-left: calc(-50% - 1px);
}

.social-button i,
.social-button svg {
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.social-button i {
    font-size: 25.6px;
}

.social-button svg {
    height: 40%;
    width: 40%;
}

.social-button--mail {
    color: #0072c6;
}

.social-button--mail::after {
    background: #0072c6;
}

.social-button--facebook {
    color: #3b5999;
}

.social-button--facebook::after {
    background: #3b5999;
}

.social-button--linkedin {
    color: #0077b5;
}

.social-button--linkedin::after {
    background: #0077b5;
}

.social-button--snapchat {
    color: #eec900;
}

.social-button--snapchat::after {
    background: #eec900;
}

.social-button--twitter {
    color: #55acee;
}

.social-button--twitter::after {
    background: #55acee;
}

.social-button--instagram {
    color: #e4405f;
}

.social-button--instagram::after {
    background: #e4405f;
}

.social-button--npmjs {
    color: #c12127;
}

.social-button--npmjs::after {
    background: #c12127;
}


/* Company Profile */
.nav-tabs a {
    color: #333;
    font-weight: 600;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent !important;
}


.nav-tabs li.nav-item {
    margin-right: 30px;
}

.nav-tabs .nav-link:hover {
    color: #666 !important;

}

.company-profile.nav-tabs .nav-link.active {
    font-weight: 700 !important;
    border-bottom: 1px solid #00000071 !important;
    color: #284f8c !important;
}



.accordion-button:not(.collapsed) {
    color: #c18e19 !important;
}

.partners .owl-dots,
.testimonials .owl-dots {
    display: none;
}

.contact i {
    color: #284f8c;
    font-size: 3rem;
}


.form i.icons {
    position: absolute;
    left: 20px;
    top: 40px;
    color: #c18e19;
    font-size: 1.2rem;
}

.form i.icons-inside {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #c18e19;
    font-size: 1.2rem;
}


.form-control {
    line-height: 2;
    height: 40px;
    border-radius: 3px;
}


@media (min-width: 200px) {
    .animate {
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

#partners img {
    height: 150px;
    width: 100%;
    object-fit: contain;
}

.partners .owl-item.active {
    background-color: #fff;
    border-radius: 6px;
}


.accordion-button:not(.collapsed),
.accordion-button.collapsed {
    background-color: #fff !important;
    color: #c18e19 !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    font-weight: 600;
}

.single-description ul li img {
    height: 150;
    width: 200px;
    object-fit: cover;
}

.single-description img.sub-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.owl-theme .owl-nav {
    display: none;
}

/** Additional **/

section.services.ambitions img {
    /* border: 3px solid #c18e19; */
    padding: 5px;
    border-radius: 15%;
}

.company-navigation a.nav-link.active {
    color: #284f8c !important;
    border: none !important;
    font-weight: 600;
}


.team img {
    height: 250px;
    width: 100%;
    object-fit: contain;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item.active:hover {
    color: #fff !important;
    background-color: #284f8c !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.class-navigation a.nav-link,
.class-navigation a.nav-link:hover {
    color: #fff !important;
    border: none !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 1px solid;
    border-color: #284e8c69 !important;
    background-color: #fff !important;
}

.class-navigation a.nav-link.active {
    background-color: #c18e19 !important;
    color: #fff !important;
}

.class-navigation {
    background-color: #284f8c;
}


p.main::after {
    display: block;
    background-color: #c18e19;
    content: "";
    width: 15px;
    height: 5px;
    position: relative;
    top: -18px;
    left: -26px;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #0077b5;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 3px 4px 1px rgba(39, 39, 39, 0.44);
  }
  
  #myBtn:hover {
    background-color: #c18e19;
  }